*{
    margin: 0;
    padding: 0;
}
/*
头部开始
*/
header{
	height: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
}

.p_wel{
	font-size: 14px;
	color: #666;
	margin-top:5px; 
}

.p_link{
	width: 85px;
	height: 30px;
	border-left: 1px solid #ececec;
	/*background-color: red;*/
}

.p_link div{
	display: inline-block;
	width: 40px;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #ececec;
	padding: 9px 10px 5px 10px;
}


.wx_png{
	display: inline-block;
	width: 18px;
	height: 15px;
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
}

.weixin{
	/*display: block;*/
	/*opacity: 1;*/
	z-index: 99;
}

.wb_png{
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
}

.p_pro{
	height: 100px;
/*	width: 600px;*/
	/*background-color: red;*/
	padding-top:24px; 
	box-sizing: border-box;
}

.p_line{
	width: 1px;
	height: 45px;
	background-color: #ececec;
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 16px; 
}

.p_des{
	font-size: 18px;
	color: #666;
	padding-top:18px; 
	width: 350px;
}

.p_tel{
	width: 180px;
	height: 76px;
	text-align: center;
	padding-top: 4px;
	box-sizing: border-box;
	margin-right: 65px;
}

.p_tel p:first-child{
	color: #999;
	font-size: 12px;
}

.tel_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/tel_icon.png);
	background-repeat: no-repeat;
}

.tel_line{
	color: #ececec;
	vertical-align: 5px;
}

.tel_num{
	font-size: 24px;
	color: #f47721;
}
/*
头部结束
*/

/*
导航开始
*/
.p_nav{
	background-color: #f47721;
	/*height: 50px;*/
	/*padding-top: 5px;*/
}
.nav_li{
	line-height: 50px;
}
.nav_li>li{
	margin-right: 45px;
}

.nav_li:last-child{
	margin-right: 0px;
}

.nav_a{
	color: #fff;
	font-weight: 300;
	padding-left: 0px;
	padding-top: 0px !important;
	padding-right: 0px;
	padding-bottom: 0px !important;
}

/*
导航结束
*/

/*
banner 开始
*/
@media (min-width: 1200px) {
	.banner{
		margin: 0 auto;
	}
}
.b_p1{
	color: #666;
}

.b_p2{
	color: #222;
}

.b_d1{
	height: 61px;
	position: absolute;
	top: 70%;
	left: 45%;
	color: #fff;
	font-size: 28px;
	padding-top: 16px;
}

.b_d2{
	width: 247px;
	height: 100%;
	background-color: #f47721;
	border-radius: 45px;
	float: left;
	margin-right: 18px;
	text-align: center;
}

.b_d3{
	width: 327px;
	height: 100%;
	background-color: #f47721;
	border-radius: 45px;
	float: left;
	text-align: center;
}
/*
banner 结束
*/

/*
footer start
*/
.footer .f1{
	height: 74px;
	background-color: #ececec;
	box-sizing: border-box;
	padding-top: 28px;
}
	
.footer .f1 span{
	font-size: 20px;
}

.footer .f1 span:first-child{
	color: #999999;	
	margin-right: 15px;
}

.footer .f1 span:last-child{
	color: #f47721;	
}

.footer .f2{
	height: 82px;
	border-bottom: 1px solid #ececec;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
}

.f_nav>li{
	border-right: 1px solid #ececec;
}

.f_nav>li:last-child{
	border-right: none;
}
	
.f_nav>li>a{
	text-decoration: none;
	color: #808080;
}

.f_nav>li>a:hover{
	color: #f47721;
}

.footer .f3{
	height: 52px;
	padding-top:19px;
	box-sizing:border-box;
}

.f3 span{
	font-size: 14px;
	color: #666;
}
/*
footer end
*/